home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / misc / plhelp / plgrid3 < prev    next >
Text File  |  1994-05-10  |  941b  |  28 lines

  1. plgrid3:
  2.  
  3. Synopsis: Set the grid type for the current 3-D sub-plot.
  4.  
  5. Syntax: plgrid3 ( GRID_STY_X , GRID_STY_Y , GRID_STY_Z )
  6.  
  7. Description:
  8.  
  9.     Set the grid type for the current sub-plot in the curent
  10.     plot-window. The grid type is specified by a string. The
  11.     possible elements of the string are described below. The
  12.     string can include any combination of the following letters
  13.     (lower case) in any order. If plgrid3 is called without any
  14.     arguments, the defaults are reset. 
  15.  
  16.     b    Draws axis at base, at height 
  17.         (z=zmin). This character must be specified
  18.         in order to use any of the other options.
  19.     i    Inverts tick marks, so they are drawn
  20.         downwards, rather than upwards.
  21.     l    Scale axis logarithmically. 
  22.     n    Writes numeric labels at major tick intervals.
  23.     s    Enables subticks between major ticks, only 
  24.         valid if "t" is also specified.
  25.     t    Draws major ticks.
  26.     u    If this is specified, the text label for the 
  27.         axis is written under the axis.
  28.